home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Boss - 99 Games / Powersource Multimedia - Windows Game Boss 99 Games.iso / abo.dfm / abo.txt next >
Text File  |  1995-12-25  |  3KB  |  133 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 109
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Power'
  7.   ClientHeight = 236
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 169
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Color = clWhite
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 65
  29.       Height = 57
  30.       Picture.Data = {<image000.bmp>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 128
  36.       Top = 8
  37.       Width = 91
  38.       Height = 19
  39.       Caption = 'Power Games'
  40.       Font.Color = clRed
  41.       Font.Height = -16
  42.       Font.Name = 'Times New Roman'
  43.       Font.Style = [fsBold, fsItalic]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object TLabel
  48.       Left = 104
  49.       Top = 40
  50.       Width = 144
  51.       Height = 17
  52.       AutoSize = False
  53.       Caption = 'Designed by YaoBin Zhai'
  54.       Font.Color = clBlack
  55.       Font.Height = -12
  56.       Font.Name = 'Times New Roman'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 8
  63.       Top = 80
  64.       Width = 67
  65.       Height = 15
  66.       Caption = 'Royalty Free'
  67.       Font.Color = clTeal
  68.       Font.Height = -12
  69.       Font.Name = 'Times New Roman'
  70.       Font.Style = [fsBold]
  71.       ParentFont = False
  72.       IsControl = True
  73.     end
  74.     object Comments: TLabel
  75.       Left = 24
  76.       Top = 104
  77.       Width = 249
  78.       Height = 33
  79.       AutoSize = False
  80.       Caption = 
  81.         '       This CD is published by Perfect Solution Multimedia Inc. ' +
  82.         '.'
  83.       Font.Color = clBlack
  84.       Font.Height = -13
  85.       Font.Name = 'Times New Roman'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       WordWrap = True
  89.       IsControl = True
  90.     end
  91.     object Label1: TLabel
  92.       Left = 100
  93.       Top = 64
  94.       Width = 151
  95.       Height = 15
  96.       Caption = 'Programmed  with  DELPHI'
  97.       Font.Color = clBlack
  98.       Font.Height = -13
  99.       Font.Name = 'Times New Roman'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Label2: TLabel
  104.       Left = 44
  105.       Top = 140
  106.       Width = 178
  107.       Height = 15
  108.       Caption = ' All materials are made in U.S.A.'
  109.       Font.Color = clBlack
  110.       Font.Height = -13
  111.       Font.Name = 'Times New Roman'
  112.       Font.Style = [fsBold]
  113.       ParentFont = False
  114.     end
  115.   end
  116.   object OKButton: TBitBtn
  117.     Left = 111
  118.     Top = 194
  119.     Width = 77
  120.     Height = 27
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ParentFont = False
  126.     TabOrder = 1
  127.     Kind = bkOK
  128.     Margin = 2
  129.     Spacing = -1
  130.     IsControl = True
  131.   end
  132. end
  133.